public class DcrMazzetteResponse
extends java.lang.Object
Risultato della registrazione Distinta Contabile Riepilogativa.
Contiene:
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType name="dcrMazzetteResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="bytesArray" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
bytesArray |
| Constructor and Description |
|---|
DcrMazzetteResponse() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytesArray()
Recupera il valore della proprietà bytesArray.
|
void |
setBytesArray(byte[] value)
Imposta il valore della proprietà bytesArray.
|